home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000320_news@newsmaster….columbia.edu _Thu Jul 30 17:54:59 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id RAA26379
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 30 Jul 1998 17:54:59 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id RAA00620
  7.     for kermit.misc@watsun; Thu, 30 Jul 1998 17:54:58 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Putting kermit on a handheld computer
  12. Date: 30 Jul 1998 21:54:56 GMT
  13. Organization: Columbia University
  14. Lines: 25
  15. Message-ID: <6pqq3g$ib$1@apakabar.cc.columbia.edu>
  16. References: <6pj2j0$hni$1@sparky.wolfe.net> <6pldq3$hnl$1@sparky.wolfe.net> <6pn8pn$1sf$1@apakabar.cc.columbia.edu> <6pqo6t$nb3$1@sparky.wolfe.net>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9030
  19.  
  20. In article <6pqo6t$nb3$1@sparky.wolfe.net>, Baus <baus@wolfenet.com> wrote:
  21. : The hardware manufacturer says it is a 16540 UART.
  22. : I tried the set port bios1 with no luck.  When I try to send or receive the
  23. : cursor goes the the beginning of the line on the screen with the kermit
  24. : prompt and just sit there.  At that point I am locked and have to
  25. : ctrl-alt-del to get anything to happen.
  26. It's hard to debug this problem remotely, as I've never seen (or
  27. previously heard of) the Percon Falcon before.  A 16540 UART is compatible
  28. with an 8250 (unbuffered) UART.  Again, all the standard questions and
  29. advice apply.  Are you using the right port?  How do you know it isn't
  30. COM2?  Do we know your PC does not have an interrpt conflict?  Are any
  31. TSRs loaded?  Does the cable have null-modem wiring when it needs
  32. straight-through, or vice versa?  Do the serial interface speeds on both
  33. ends match?  Have you told Kermit to use hardware flow control, but no CTS
  34. signal is coming in?  What does the MS-DOS Kermit "show comm" command say
  35. after you have given a SET PORT COM1 or COM2 command?
  36.  
  37. All of these questions apply equally at each end, except I don't know what
  38. the Kermit implentation in your handheld device is.  Is it a homegrown
  39. version from the manufacturer?  If so, what did the manufacturer test it
  40. against?  Did you follow the manufacturer's instructions?
  41.  
  42. - Frank